FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailLoadingEventArgs<TItem> Class / DetailRow Property

In This Topic
    DetailRow Property (GridDetailLoadingEventArgs<TItem>)
    In This Topic
    Gets the detail row it is being loaded.
    Syntax
    'Declaration
     
    Public ReadOnly Property DetailRow As GridDetailRow(Of TItem)
    public GridDetailRow<TItem> DetailRow {get;}
    See Also